LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

IccColorLookupTable8Bit Constructor(Byte[],Byte,Byte[])

Show in webframe





Array that contains the number of grid points in each dimension.
Precision of data elements, in bytes. Must be 01h.
Buffer of color lookup table data points. The size of each element is 1 byte.
Initializes a new IccColorLookupTable8Bit with explicit parameters.
Syntax
public IccColorLookupTable8Bit( 
   byte[] numberOfGridPoints,
   byte precision,
   byte[] data
)
'Declaration
 
Public Function New( _
   ByVal numberOfGridPoints() As Byte, _
   ByVal precision As Byte, _
   ByVal data() As Byte _
)
'Usage
 
Dim numberOfGridPoints() As Byte
Dim precision As Byte
Dim data() As Byte
 
Dim instance As New IccColorLookupTable8Bit(numberOfGridPoints, precision, data)

            

            
public:
IccColorLookupTable8Bit( 
   array<byte>^ numberOfGridPoints,
   byte precision,
   array<byte>^ data
)

Parameters

numberOfGridPoints
Array that contains the number of grid points in each dimension.
precision
Precision of data elements, in bytes. Must be 01h.
data
Buffer of color lookup table data points. The size of each element is 1 byte.
Requirements

Target Platforms

See Also

Reference

IccColorLookupTable8Bit Class
IccColorLookupTable8Bit Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.